home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / obfsproxy / copyright next >
Encoding:
Text File  |  2012-05-02  |  11.0 KB  |  235 lines

  1. This work was packaged for Debian by:
  2.  
  3.     Peter Palfrader <weasel@debian.org> on Fri, 10 Feb 2012 17:34:39 +0100
  4.  
  5. It was downloaded with git from:
  6.  
  7.     https://www.torproject.org/dist/obfsproxy/
  8.     and/or
  9.     git clone https://git.torproject.org/obfsproxy.git
  10.  
  11. ========
  12. Obfsproxy is Licensed under the 3-clause BSD license:
  13.  
  14. Copyright 2011-2012 Nick Mathewson, George Kadianikis
  15. Copyright 2011-2012 The Tor Project, Inc.
  16.  
  17.  
  18. Redistribution and use in source and binary forms, with or without
  19. modification, are permitted provided that the following conditions are
  20. met:
  21.  
  22.     * Redistributions of source code must retain the above copyright
  23. notice, this list of conditions and the following disclaimer.
  24.  
  25.     * Redistributions in binary form must reproduce the above
  26. copyright notice, this list of conditions and the following disclaimer
  27. in the documentation and/or other materials provided with the
  28. distribution.
  29.  
  30.     * Neither the names of the copyright owners nor the names of its
  31. contributors may be used to endorse or promote products derived from
  32. this software without specific prior written permission.
  33.  
  34. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  35. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  36. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  37. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  38. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  39. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  40. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  41. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  42. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  43. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  44. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  45.  
  46. ========
  47. src/sha256.c and src/sha256.h are based on public-domain code in
  48. LibTomCrypt, modified by the Tor Project.  It is distributed under
  49. these terms:
  50.  
  51. Copyright (c) 2009-2011, The Tor Project, Inc.
  52.  
  53. Redistribution and use in source and binary forms, with or without
  54. modification, are permitted provided that the following conditions are
  55. met:
  56.  
  57.     * Redistributions of source code must retain the above copyright
  58. notice, this list of conditions and the following disclaimer.
  59.  
  60.     * Redistributions in binary form must reproduce the above
  61. copyright notice, this list of conditions and the following disclaimer
  62. in the documentation and/or other materials provided with the
  63. distribution.
  64.  
  65.     * Neither the names of the copyright owners nor the names of its
  66. contributors may be used to endorse or promote products derived from
  67. this software without specific prior written permission.
  68.  
  69. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  70. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  71. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  72. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  73. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  74. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  75. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  76. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  77. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  78. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  79. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  80. ========
  81. The src/test/tinytest* files are part of the "tinytest" unit test suite.
  82. Their license:
  83.  
  84.    Copyright 2009-2010 Nick Mathewson
  85.  
  86.    Redistribution and use in source and binary forms, with or without
  87.    modification, are permitted provided that the following conditions
  88.    are met:
  89.    1. Redistributions of source code must retain the above copyright
  90.       notice, this list of conditions and the following disclaimer.
  91.    2. Redistributions in binary form must reproduce the above copyright
  92.       notice, this list of conditions and the following disclaimer in the
  93.       documentation and/or other materials provided with the distribution.
  94.    3. The name of the author may not be used to endorse or promote products
  95.       derived from this software without specific prior written permission.
  96.  
  97.    THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  98.    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  99.    OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  100.    IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  101.    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  102.    NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  103.    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  104.    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  105.    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  106.    THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  107. =======
  108. The src/container.[ch] files are from Tor; their license is:
  109.  
  110.  
  111. Copyright (c) 2001-2004, Roger Dingledine
  112. Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
  113. Copyright (c) 2007-2011, The Tor Project, Inc.
  114.  
  115. Redistribution and use in source and binary forms, with or without
  116. modification, are permitted provided that the following conditions are
  117. met:
  118.  
  119.     * Redistributions of source code must retain the above copyright
  120. notice, this list of conditions and the following disclaimer.
  121.  
  122.     * Redistributions in binary form must reproduce the above
  123. copyright notice, this list of conditions and the following disclaimer
  124. in the documentation and/or other materials provided with the
  125. distribution.
  126.  
  127.     * Neither the names of the copyright owners nor the names of its
  128. contributors may be used to endorse or promote products derived from
  129. this software without specific prior written permission.
  130.  
  131. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  132. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  133. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  134. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  135. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  136. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  137. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  138. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  139. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  140. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  141. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  142. =======
  143. The m4/pkg.m4 macro used by is distributed under GPLv2+ with autoconf
  144. exemption.  See m4/pkg.m4 for details.  This license DOES NOT apply to the
  145. generated configure file, or to any of obfsproxy's code.
  146.  
  147.    Copyright ┬⌐ 2004 Scott James Remnant <scott@netsplit.com>.
  148.  
  149.    This program is free software; you can redistribute it and/or modify
  150.    it under the terms of the GNU General Public License as published by
  151.    the Free Software Foundation; either version 2 of the License, or
  152.    (at your option) any later version.
  153.  
  154.    This program is distributed in the hope that it will be useful, but
  155.    WITHOUT ANY WARRANTY; without even the implied warranty of
  156.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  157.    General Public License for more details.
  158.  
  159.    You should have received a copy of the GNU General Public License
  160.    along with this program; if not, write to the Free Software
  161.    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
  162.  
  163.    As a special exception to the GNU General Public License, if you
  164.    distribute this file as part of a program that contains a
  165.    configuration script generated by Autoconf, you may include it under
  166.    the same distribution terms that you use for the rest of that program.
  167.  
  168. On Debian systems the full text of the GNU General Public License, version 2,
  169. can be found in /usr/share/common-licenses/GPL-2.
  170. =======
  171.  
  172. The ax_build_hardening.m4 ax_check_link_flag.m4 and ax_check_compile_flag.m4
  173. files are licensed under the GPL. The GPL license is for those files only.
  174.  
  175. ax_build_hardening.m4:
  176.   Copyright (c) 2012 Jacob Appelbaum <jacob@appelbaum.net>
  177. ax_check_compile_flag.m4, ax_check_link_flag.m4:
  178.   Copyright (c) 2008 Guido U. Draheim <guidod@gmx.de>
  179.   Copyright (c) 2011 Maarten Bosmans <mkbosmans@gmail.com>
  180.  
  181.  
  182.    This program is free software: you can redistribute it and/or modify it
  183.    under the terms of the GNU General Public License as published by the
  184.    Free Software Foundation, either version 3 of the License, or (at your
  185.    option) any later version.
  186.  
  187.    This program is distributed in the hope that it will be useful, but
  188.    WITHOUT ANY WARRANTY; without even the implied warranty of
  189.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  190.    Public License for more details.
  191.  
  192.    You should have received a copy of the GNU General Public License along
  193.    with this program. If not, see <http://www.gnu.org/licenses/>.
  194.  
  195.    As a special exception, the respective Autoconf Macro's copyright owner
  196.    gives unlimited permission to copy, distribute and modify the configure
  197.    scripts that are the output of Autoconf when processing the Macro. You
  198.    need not follow the terms of the GNU General Public License when using
  199.    or distributing such scripts, even though portions of the text of the
  200.    Macro appear in them. The GNU General Public License (GPL) does govern
  201.    all other use of the material that constitutes the Autoconf Macro.
  202.  
  203.    This special exception to the GPL applies to versions of the Autoconf
  204.    Macro released by the Autoconf Archive. When you make and distribute a
  205.    modified version of the Autoconf Macro, you may extend this special
  206.    exception to the GPL to apply to your modified version as well.
  207.  
  208. On Debian systems the full text of the GNU General Public License, version 3,
  209. can be found in /usr/share/common-licenses/GPL-3.
  210.  
  211. =======
  212.  
  213. The Debian packaging is:
  214.  
  215.    Copyright (C) 2012 Peter Palfrader <weasel@debian.org>
  216.  
  217.    Permission is hereby granted, free of charge, to any person obtaining
  218.    a copy of this software and associated documentation files (the
  219.    "Software"), to deal in the Software without restriction, including
  220.    without limitation the rights to use, copy, modify, merge, publish,
  221.    distribute, sublicense, and/or sell copies of the Software, and to
  222.    permit persons to whom the Software is furnished to do so, subject to
  223.    the following conditions:
  224.  
  225.    The above copyright notice and this permission notice shall be
  226.    included in all copies or substantial portions of the Software.
  227.  
  228.    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  229.    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  230.    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  231.    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  232.    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  233.    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  234.    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  235.